
Visual Basic (Declaration) | |
---|---|
Public Class PropertyInterceptorArgs (Of TInstance,TValue) Inherits PropertyInterceptorArgs Implements IPropertyInterceptorArgs, IPropertyInterceptorArgs(Of TInstance,TValue) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PropertyInterceptorArgs(Of TInstance,TValue) |
C# | |
---|---|
public class PropertyInterceptorArgs<TInstance,TValue> : PropertyInterceptorArgs, IPropertyInterceptorArgs, IPropertyInterceptorArgs<TInstance,TValue> |
C++/CLI | |
---|---|
generic<typename TInstance> generic<typename TValue> public ref class PropertyInterceptorArgs : public PropertyInterceptorArgs, IPropertyInterceptorArgs, IPropertyInterceptorArgs<TInstance,TValue> |
- TInstance
- Type of declaring object
- TValue
- Type of property value
System.Object
IdeaBlade.Core.PropertyInterceptorArgs
IdeaBlade.Core.PropertyInterceptorArgs<TInstance,TValue>
IdeaBlade.EntityModel.DataEntityPropertyInterceptorArgs<TInstance,TValue>
IdeaBlade.EntityModel.NavigationEntityPropertyInterceptorArgs<TInstance,TValue>
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family